Skip to content

docs: Fix affected SDK version range for job-funneling troubleshooting - #769

Merged
lavanya-gunreddi merged 1 commit into
mainfrom
promptless/fix-job-funneling-sdk-version-range
Aug 7, 2026
Merged

docs: Fix affected SDK version range for job-funneling troubleshooting#769
lavanya-gunreddi merged 1 commit into
mainfrom
promptless/fix-job-funneling-sdk-version-range

Conversation

@promptless

@promptless promptless Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Open in Promptless

The "Jobs funneled to a single worker" troubleshooting section listed the affected Runpod Python SDK versions as "1.9.1 through 1.10.0." The job-distribution regression (fixed in runpod 1.10.1) actually began at version 1.7.11 — 1.7.10 was the last unaffected version. As written, a user on a 1.7.x or 1.8.x release hitting this exact symptom would wrongly conclude they were not affected and skip the upgrade.

This corrects the affected range to "1.7.11 through 1.10.0." It's a single-token fix; the network-volume framing, the ComfyUI example, and the "upgrade to runpod>=1.10.1" remedy were already accurate and are unchanged.

Files touched: serverless/troubleshooting.mdx

Trigger Events


Tip: Tag @Promptless in GitHub PR comments to guide documentation changes during code review 🐙

Correct the affected Runpod Python SDK version range in the Jobs
If your endpoint has multiple workers but nearly all jobs run on one worker while the others sit idle, and jobs stay `IN_QUEUE` even though workers are available, you may be running an affected version of the Runpod Python SDK.

Versions 1.9.1 through 1.10.0 could corrupt per-worker job tracking on endpoints that use a network volume, causing most workers to stop pulling new jobs. This most often appeared on network volume endpoints such as ComfyUI workers.
Versions 1.7.11 through 1.10.0 could corrupt per-worker job tracking on endpoints that use a network volume, causing most workers to stop pulling new jobs. This most often appeared on network volume endpoints such as ComfyUI workers.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirms affected version range for job-funneling bug: PR #517 states "Since SDK 1.7.11 ... Only 1.7.10 is unaffected," root-causes the network-volume-specific pickle-file mechanism (os.getcwd() shared mount), and fixes it. Released as v1.10.1 (compare v1.10.0...v1.10.1 per release PR #520), confirming v1.10.0 was the last broken version and 1.7.11 through 1.10.0 is the correct inclusive affected range.

Source: runpod/runpod-python#517

@mintlify

mintlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
runpod-docs 🟢 Ready View Preview Aug 6, 2026, 7:09 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@promptless

promptless Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.)

@lavanya-gunreddi
lavanya-gunreddi merged commit f5fed8f into main Aug 7, 2026
3 checks passed
@lavanya-gunreddi
lavanya-gunreddi deleted the promptless/fix-job-funneling-sdk-version-range branch August 7, 2026 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant